home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Markets / Education / HyperCard In Education / Charlotte's Web / background_4003.txt < prev    next >
Text File  |  1990-04-02  |  2KB  |  102 lines

  1. -- background: 4003 from stack: in
  2. -- bmap block id: 6787
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Character 1
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 6007
  11. -- rect: left=275 top=29 right=302 bottom=504
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 14
  16. -- text size: 14
  17. -- style flags: 0
  18. -- line height: 18
  19. -- part name: 
  20.  
  21.  
  22. -- part 3 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=140 top=292 right=317 bottom=164
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 1013 / 1013
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Next
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   visual effect wipe left
  37.   go to next card
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part 4 (button)
  43. -- low flags: 00
  44. -- high flags: 0000
  45. -- rect: left=109 top=292 right=317 bottom=133
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 1014 / 1014
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: Prev
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   visual effect wipe right
  57.   go to previous card
  58. end mouseUp
  59.  
  60.  
  61.  
  62. -- part 5 (button)
  63. -- low flags: 00
  64. -- high flags: 0000
  65. -- rect: left=17 top=279 right=308 bottom=56
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 0 / 0
  68. -- text alignment: 1
  69. -- font id: 0
  70. -- text size: 12
  71. -- style flags: 0
  72. -- line height: 16
  73. -- part name: To Menu
  74. ----- HyperTalk script -----
  75. on mouseUp
  76.   play "boing"
  77.   visual effect dissolve slowly
  78.   go to card id 6087
  79. end mouseUp
  80.  
  81.  
  82.  
  83.  
  84. -- part 6 (button)
  85. -- low flags: 00
  86. -- high flags: A002
  87. -- rect: left=16 top=319 right=340 bottom=76
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 0 / 0
  90. -- text alignment: 1
  91. -- font id: 0
  92. -- text size: 12
  93. -- style flags: 0
  94. -- line height: 16
  95. -- part name: Return
  96. ----- HyperTalk script -----
  97. on mouseUp
  98.   global ReturnCard
  99.   go ReturnCard
  100. end mouseUp
  101.  
  102.